# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: Plantilla_1.0.mcp
# Date: Sun Jan 16 16:44:12 2011

AS = MPASMWIN.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = del

"hex File\Plantilla_1.0.cof" : "main.o"
	$(LD) /l"C:\mcc18\lib" "rm18f47j53_g.lkr" "main.o" /u_CRUNTIME /z__MPLAB_BUILD=1 /o"hex File\Plantilla_1.0.cof" /M"hex File\Plantilla_1.0.map" /W

"main.o" : "Sources\main.c" "c:\mcc18\h\delays.h" "c:\mcc18\h\stdio.h" "Sources\main.c" "..\EMm47J53_Stack\EMm47J53_StackConfig.h" "c:\mcc18\h\p18cxxx.h" "c:\mcc18\h\p18f47j53.h" "c:\mcc18\h\GenericTypeDefs.h" "c:\mcc18\h\stddef.h" "c:\mcc18\h\stdarg.h"
	$(CC) -p=18F47J53 /i"..\EMm47J53_Stack" -I"Sources" -I"c:\mcc18\h" -I"..\..\microchip\include" "Sources\main.c" -fo="main.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"clean" : 
	$(RM) "main.o" "hex File\Plantilla_1.0.cof" "hex File\Plantilla_1.0.hex"

